blob: f5053bedb16932a6e5c78dc11b5b63935c17b187 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
|
name: "One Luck Room"
panels {
name: "LONE"
path: "Panels/Something/panel"
clue: "lone"
answer: "one"
symbols: SPARKLES
}
panels {
name: "CHANCE"
path: "Panels/Something/panel2"
clue: "chance"
answer: "luck"
symbols: SUN
}
ports {
name: "BEGIN"
display_name: "Lone Chance Worldport"
path: "Components/Warps/worldport8"
destination { x: -16 y: 0 z: 27.5 }
rotation: 180
}
|